home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m38.dir / 00064.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  515 b   |  22 lines

  1. on mouseDown
  2.   go("q1hand")
  3.   set the cursor of sprite 29 to [43, 44]
  4. end
  5.  
  6. on mouseUp
  7.   if sprite 29 intersects 16 then
  8.     set the castNum of sprite 29 to cast "red sea.a"
  9.     set the moveableSprite of sprite 29 to 0
  10.     set the locV of sprite 29 to 240
  11.     set the locH of sprite 29 to 320
  12.     set the cursor of sprite 29 to -1
  13.     updateStage()
  14.   else
  15.     set the locV of sprite 29 to 240
  16.     set the locH of sprite 29 to 320
  17.     set the cursor of sprite 29 to [41, 42]
  18.     updateStage()
  19.   end if
  20.   go("q1")
  21. end
  22.